[Javascript] How to check an object without any properties

Posted by Ricky on Stack Overflow See other posts from Stack Overflow or by Ricky
Published on 2010-04-20T06:44:17Z Indexed on 2010/04/20 6:53 UTC
Read the original article Hit count: 171

Filed under:

Hi folks:

Assume I declare var ad = {};, how do I check whether this object contains any property later on?

Thanks you.

© Stack Overflow or respective owner

Related posts about JavaScript